go/types.Signature.scope (field)
9 uses
go/types (current package)
decl.go#L827: sig.scope.pos = fdecl.Pos()
decl.go#L828: sig.scope.end = fdecl.End()
literals.go#L87: sig.scope.pos = e.Pos()
literals.go#L88: sig.scope.end = endPos(e)
object.go#L448: func (obj *Func) Scope() *Scope { return obj.typ.(*Signature).scope }
signature.go#L28: scope *Scope // function scope for package-local and non-instantiated signatures; nil otherwise
signature.go#L160: sig.scope = check.scope
stmt.go#L35: scope: sig.scope,
stmt.go#L54: check.usage(sig.scope)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)